JIT compilation

JIT编译

常用释义

词性释义

JIT编译
例句
  • 全部
1·See Resources for more details on JIT compilation.
有关 JIT 编译的更多详细信息,请参阅 参考资料。
2·The JVM performs JIT compilation of byte code into machine code.
JVM可将字节代码即时编译为机器代码。
3·To my knowledge, no perfect way to detect JIT compilation exists.
根据我的知识,还没有探测 JIT 编译是否发生的完美方法。
4·This counter is updated at the end of every JIT compilation phase.
在每一jit编译阶段的结尾更新此计数器。
5·Default JIT compilation, whereby the JIT compiler thread runs at low priority.
默认JIT编译,JIT编译器线程在较低优先级上运行。
6·A JIT compilation phase occurs when a method and its dependencies are compiled.
JIT编译阶段在编译方法及其依赖项时出现。
7·Although platform neutrality is maintained with JIT compilation, it comes at a price.
尽管通过JIT编译保持了平台无关性,但是付出了一定代价。
8·Bochs's internal instruction cache provides a nice trade-off to traditional JIT compilation.
Bochs的内部指令缓存为传统JIT编译进行了很好的权衡。
9·Default JIT compilation at low priority with Ahead-of-time (AOT) compiled code used initially.
较低优先级上的默认JIT编译,在最初使用了提前(Ahead - of - time, AOT)编译代码。
10·In many cases, the dynamic JIT compilation is faster than the virtual machine interpretation.
在许多情况下,虚拟机动态jit编译速度比解释。